home *** CD-ROM | disk | FTP | other *** search
NMAKE | 1999-10-05 | 6.1 KB | 264 lines |
- # Microsoft Developer Studio Generated NMAKE File, Based on sine_force.dsp
- !IF "$(CFG)" == ""
- CFG=sine_force - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to sine_force - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "sine_force - Win32 Release" && "$(CFG)" !=\
- "sine_force - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "sine_force.mak" CFG="sine_force - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "sine_force - Win32 Release" (based on "Win32 (x86) Application")
- !MESSAGE "sine_force - Win32 Debug" (based on "Win32 (x86) Application")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
-
- !IF "$(CFG)" == "sine_force - Win32 Release"
-
- OUTDIR=.\Release
- INTDIR=.\Release
-
- !IF "$(RECURSE)" == "0"
-
- ALL : "..\..\..\..\..\..\audio\twnn\twnn.exe"
-
- !ELSE
-
- ALL : "..\..\..\..\..\..\audio\twnn\twnn.exe"
-
- !ENDIF
-
- CLEAN :
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\vc50.idb"
- -@erase "..\..\..\..\..\..\audio\twnn\twnn.exe"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- CPP=cl.exe
- CPP_PROJ=/nologo /G6 /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
- /Fp"$(INTDIR)\sine_force.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
- CPP_OBJS=.\Release/
- CPP_SBRS=.
-
- .c{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .c{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- MTL=midl.exe
- MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
- RSC=rc.exe
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\sine_force.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
- odbccp32.lib /nologo /subsystem:windows /incremental:no\
- /pdb:"$(OUTDIR)\twnn.pdb" /machine:I386 /out:"c:\audio\twnn\twnn.exe"
- LINK32_OBJS= \
- "$(INTDIR)\main.obj"
-
- "..\..\..\..\..\..\audio\twnn\twnn.exe" : "$(OUTDIR)" $(DEF_FILE)\
- $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "sine_force - Win32 Debug"
-
- OUTDIR=.\Debug
- INTDIR=.\Debug
-
- !IF "$(RECURSE)" == "0"
-
- ALL : ".\sine_force.exe"
-
- !ELSE
-
- ALL : ".\sine_force.exe"
-
- !ENDIF
-
- CLEAN :
- -@erase "$(INTDIR)\main.obj"
- -@erase "$(INTDIR)\vc50.idb"
- -@erase "$(INTDIR)\vc50.pdb"
- -@erase "$(OUTDIR)\sine_force.pdb"
- -@erase ".\sine_force.exe"
- -@erase ".\sine_force.ilk"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- CPP=cl.exe
- CPP_PROJ=/nologo /G6 /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D\
- "_WINDOWS" /Fp"$(INTDIR)\sine_force.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\
- /FD /c
- CPP_OBJS=.\Debug/
- CPP_SBRS=.
-
- .c{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_OBJS)}.obj::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .c{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cpp{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- .cxx{$(CPP_SBRS)}.sbr::
- $(CPP) @<<
- $(CPP_PROJ) $<
- <<
-
- MTL=midl.exe
- MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
- RSC=rc.exe
- BSC32=bscmake.exe
- BSC32_FLAGS=/nologo /o"$(OUTDIR)\sine_force.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
- odbccp32.lib /nologo /subsystem:windows /incremental:yes\
- /pdb:"$(OUTDIR)\sine_force.pdb" /debug /machine:I386 /out:"sine_force.exe"\
- /pdbtype:sept
- LINK32_OBJS= \
- "$(INTDIR)\main.obj"
-
- ".\sine_force.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
-
- !IF "$(CFG)" == "sine_force - Win32 Release" || "$(CFG)" ==\
- "sine_force - Win32 Debug"
- SOURCE=.\main.cpp
-
- !IF "$(CFG)" == "sine_force - Win32 Release"
-
- DEP_CPP_MAIN_=\
- "..\..\..\include\con_3d.h"\
- "..\..\..\include\CON_All.h"\
- "..\..\..\include\CON_Basic.h"\
- "..\..\..\include\con_bitmap.h"\
- "..\..\..\include\con_console.h"\
- "..\..\..\include\con_drawable.h"\
- "..\..\..\include\con_input.h"\
- "..\..\..\include\con_keys.h"\
- "..\..\..\include\con_math2d.h"\
- "..\..\..\include\con_math3d.h"\
- "..\..\..\include\con_mesh.h"\
- "..\..\..\include\con_misc.h"\
- "..\..\..\include\con_resource.h"\
- "..\..\..\include\con_retval.h"\
- "..\..\..\include\con_screen.h"\
- "..\..\..\include\con_sound.h"\
- "..\..\..\include\con_text.h"\
- "..\..\..\include\con_texture.h"\
- "..\..\..\include\con_utils.h"\
- "..\..\..\include\con_video.h"\
- "..\..\..\include\util_basefilters.h"\
- "..\..\..\include\util_filters.h"\
- "..\..\..\include\util_genstreambuf.h"\
-
-
- "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
-
-
- !ELSEIF "$(CFG)" == "sine_force - Win32 Debug"
-
- DEP_CPP_MAIN_=\
- "..\..\..\include\con_3d.h"\
- "..\..\..\include\CON_All.h"\
- "..\..\..\include\CON_Basic.h"\
- "..\..\..\include\con_bitmap.h"\
- "..\..\..\include\con_console.h"\
- "..\..\..\include\con_drawable.h"\
- "..\..\..\include\con_input.h"\
- "..\..\..\include\con_keys.h"\
- "..\..\..\include\con_math2d.h"\
- "..\..\..\include\con_math3d.h"\
- "..\..\..\include\con_mesh.h"\
- "..\..\..\include\con_misc.h"\
- "..\..\..\include\con_resource.h"\
- "..\..\..\include\con_retval.h"\
- "..\..\..\include\con_screen.h"\
- "..\..\..\include\con_sound.h"\
- "..\..\..\include\con_texture.h"\
- "..\..\..\include\con_utils.h"\
- "..\..\..\include\con_video.h"\
- "..\..\..\include\util_misc.h"\
-
-
- "$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
-
-
- !ENDIF
-
-
- !ENDIF
-
-